Method

GimpUiFileEntryget_filename

Declaration [src]

gchar*
gimp_file_entry_get_filename (
  GimpFileEntry* entry
)

Description [src]

Note that you have to g_free() the returned string.

Return value

Type: gchar*

The file or directory the user has entered.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.